This file is a base for communication between client-server. Since that happens, structures inside that file should be shared by being implemented on the server, and the client will be able to interpret the data correctly.
This is a common struct to return whenever someone is asking to connect
Whenever the client makes a request for the server on the connected clients, that is the structure that should be returned.
See Source File
This file is a base for communication between client-server. Since that happens, structures inside that file should be shared by being implemented on the server, and the client will be able to interpret the data correctly.